home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / xmu / xmu.h < prev   
C/C++ Source or Header  |  1999-01-01  |  2KB  |  41 lines

  1. /*
  2.  * $XConsortium: Xmu.h,v 1.26 89/07/16 14:12:37 jim Exp $
  3.  *
  4.  * Copyright 1988 by the Massachusetts Institute of Technology
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software and its
  7.  * documentation for any purpose and without fee is hereby granted, provided 
  8.  * that the above copyright notice appear in all copies and that both that 
  9.  * copyright notice and this permission notice appear in supporting 
  10.  * documentation, and that the name of M.I.T. not be used in advertising
  11.  * or publicity pertaining to distribution of the software without specific, 
  12.  * written prior permission. M.I.T. makes no representations about the 
  13.  * suitability of this software for any purpose.  It is provided "as is"
  14.  * without express or implied warranty.
  15.  *
  16.  * The X Window System is a Trademark of MIT.
  17.  *
  18.  * The interfaces described by this header file are for miscellaneous utilities
  19.  * and are not part of the Xlib standard.
  20.  */
  21.  
  22. #ifndef _XMU_H_
  23. #define _XMU_H_
  24.  
  25. /*
  26.  * This include file is obsolete and is provided only for compatibility with
  27.  * MIT Release 3 clients.  Callers should use the appropriate include file.  
  28.  *
  29.  * DO NOT ADD ANY NEW INCLUDES OR DEFINITIONS TO THIS FILE!
  30.  */
  31. #include <X11/Intrinsic.h>
  32. #include <X11/Xmu/Atoms.h>        /* _XA_... */
  33. #include <X11/Xmu/CharSet.h>        /* CopyISOLatin1Lowered */
  34. #include <X11/Xmu/Converters.h>        /* CvtStringTo... */
  35. #include <X11/Xmu/Drawing.h>        /* DrawRoundedRect, DrawLogo */
  36. #include <X11/Xmu/Error.h>        /* PrintDefaultError */
  37. #include <X11/Xmu/StdSel.h>        /* ConvertStandardSelection */
  38.  
  39. #endif /* _XMU_H_ */
  40.  
  41.